using System.Web.Mvc; var dictionary = new Dictionary<string, object>(); Request.Form.CopyTo(dictionary);